box.space._vindex
-
box.space._vindex _vindexis a system space that represents a virtual view. The structure of its tuples is identical to that of _index, but permissions for certain tuples are limited in accordance with user privileges._vindexcontains only those tuples that are accessible to the current user. See Access control for details about user privileges.If the user has the full set of privileges (like ‘admin’), the contents of
_vindexmatch the contents of_index. If the user has limited access,_vindexcontains only tuples accessible to this user.Note
_vindexis a system view, so it allows only read requests.- While the
_indexspace requires proper access privileges, any user can always read from_vindex.